.return_top {
	position: fixed;
	width: 36px;
	height: 36px;
	right: 15px;
	bottom: 50px;
	z-index: 99998;
	cursor: pointer;
	transition: .5s;
	background: url(../images/icon-gotop-fixed.png) no-repeat center 0 rgba(0, 0, 0, .6);
	background-position: center;
}
.return_top:hover {
	background: url(../images/icon-gotop-fixed.png) no-repeat center 0 rgba(0, 0, 0, .7);
	background-position: center;
}
#toolbar{
	display: none;
}


/*在线客服*/
.suspend {
	width: 40px;
	height: 198px;
	position: fixed;
	top: 240px;
	right: 0;
	overflow: hidden;
	z-index: 9999;
}
.suspend dl {
	width: 120px;
	height: 198px;
	border-radius: 25px 0 0 25px;
	padding-left: 40px;
	box-shadow: 0 0 5px #e4e8ec;
	margin: 0;
}
.suspend dl dt {
	width: 40px;
	height: 198px;
	background: url(../images/suspend.png);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.suspend dl dd.suspendQQ {
	width: 120px;
	height: 66px;
	background: #ffffff;
	margin-left: 0;
}
.suspend dl dd.suspendTel {
	width: 120px;
	height: 66px;
	background: #ffffff;
	margin-left: 0;
}
.suspend dl dd.suspendQQ a {
	width: 120px;
	height: 66px;
	display: block;
	background: url(../images/suspend.png) -40px 0;
	overflow: hidden;
}
.suspend dl dd.suspendTel a {
	width: 120px;
	height: 66px;
	display: block;
	background: url(../images/suspend.png) -40px -66px;
	overflow: hidden;
}
.suspend dl dd.suspendTel.qq3 a {
	background: url(../images/suspend.png) -40px -132px;
}


@media (max-width: 1000px){
	.suspend{
		display: none;
	}
	.blank55 {
    height: 55px;
    line-height: 1px;
    clear: both;
}
	#toolbar {
    color: #fff;
    width: 100%;
    height: 54px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8;
    background: #000;
    display: block;
    overflow: hidden;
    text-align: center;
}
.x3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
}
#toolbar a {
    width: 100%;
    color: #fff;
    display: block;
    padding: 5px 0 0 0;
    line-height: 23px;
    font-size: 14px;
}
#toolbar a span {
    font-size: 22px;
    display: block;
}
#goodlink{
	display: none;
}
.cont .main .cont-right .content table{
	width: 100%;
}
}